Open
Conversation
REMOVED: Defaults for potentiometers REMOVED: Root components wrapper
… to LOD04 in external view (LOD04 causes pink cockpit textures with some liveries)
…d should not cause compatibility issues with other aircraft)
# Conflicts: # SimObjects/Airplanes/Asobo_B787_10/flight_model.cfg # layout.json # manifest.json
0 - retracted 1 - slats extended 5 - flaps position 5 10 - flaps position 10 15 - flaps position 15 17 - flaps position 17 18 - flaps position 18 20 - flaps position 20 25 - slats full extended 30 - flaps position 30
SimConnect custom key events are used for controlling TCPs buttons pushes
The knob support continuous rotation for fast value changing. The knob increments value by 1 for first 10 values. If the rotation continue after first 10 increments then the increment value is changed to 10. Increment value is set back to 1 when nobody moves with the knob 1+ seconds
New PFD C++ implementation Changed fonts of PFD PFD redesigned AUX display reimplemented
CHANGED: PFD uses left_outboard_display CHANGED: MCPAltitude uses Application CHANGED: MCPVerticalSpeed uses Application CHANGED: LVars class uses static holder ADDED: Common Core Systems are running now CHANGED: CCS handles LVars updates FIXED: MCPVerticalSpeed shows units in any mode IMPROVED: MCPVerticalSpeed lazy rendering IMPROVED: MCPAltitude lazy rendering
CHANGED: MPCHeading display is implemented in c++ ADDED: MCPHeading application for MCPHeading display ADDED: MCPHeading display lazy rendering
FIXED: VerticalSpeed value is shown now
CHANGED: Most components use LVars class instead of LVarsGetter namespace
ADDED: LVars/LVar class has support for setting values into LVARS
LVars::get(LVars::AIRLINER_VREF_SPEED).set(123)
ADDED: Support for working with LVars by string name instead of enum (Should be used only for testing because of performance)
LVars::get("AIRLINER_VREF_SPEED").set(123);
LVars::get("AIRLINER_VREF_SPEED").forceGetValue();
[forceGetValue() or forceIsValue() ir required for getting value of the LVar]
[or combination of update() and getValue() methods]
CHANGED: Value of vertical speed is rounded to nearest 50
Added custom sound for testing B78XH does not have drag and drop support for default 787 liveries anymore B78XH does not have drag and drop support for ftsim sound pack B78XH is shown as separate aircraft
FIXED: Aural "XXf" warnings
feat: pfd now displays current mach
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title
Description
Source material
Testing Instructions
Test Results
Discord Username